home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / src / exampleCode / games / cubetris / README < prev   
Encoding:
Text File  |  1994-08-02  |  1.0 KB  |  31 lines

  1.  
  2.            ~4Dgifts/toolbox/src/exampleCode/games/cubetris README
  3.      
  4.  
  5.      a swank little 3-D tetris game.  input keys/buttons are as follows:
  6.  
  7.  
  8.  
  9.              Paused  -  Press <Return> to continue
  10.      
  11.              Left button either drags the falling piece around,
  12.              or rotates the scene if selected somewhere not on
  13.              the falling piece.",
  14.      
  15.              Middle button cycles the piece through all useful
  16.              rotations about the X and Y axis.
  17.      
  18.              Right button rotates the piece about the Z axis.
  19.              
  20.              Numeric pad keys move piece one unit in the XY plane.
  21.      
  22.              Space  - quickly drops the piece down (extra points)
  23.              B      - Toggles bevelled cubes (helps performance)
  24.              P or H - pauses game and shows this help
  25.              F1     - Shows view from above
  26.              F2     - Shows view from below
  27.              Esc    - exits",
  28.      
  29.              If you fill an entire plane, it will disappear,
  30.              and you get 500 points.
  31.